Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for docker-in-docker cross platform builds #266

Merged
merged 3 commits into from
May 13, 2024

Conversation

plied
Copy link
Contributor

@plied plied commented May 10, 2024

This PR includes 3 main changes:

  • Adds a new input to the action called host-home-mount. This input, if given, will be prepended to the paths of the repository itself and the run-maturin-action.sh script on the left side (host side) of the volume mounts when building in docker. This tries to solve issue Support for Manylinux in a Docker-in-Docker runner #265 where it is impossible to build cross platform wheels in a dockerized self-hosted runner. I'm not sure about the naming of this new input, open to new propositions.
  • Changes the location of the run-maturin-action.sh script from the /tmp folder of the runner machine to the ~/_work/_temp folder of the runner itself stored in the RUNNER_TEMP env variable. This seems more prudent as the file gets cleaned up by the job itself and not by the host.
  • Removes the calls to sudo when the runner is running as root already.

@messense messense merged commit 63b75c5 into PyO3:main May 13, 2024
32 checks passed
@messense
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants